Port recent dbusbind.c changes to 32-bit --with-wide-int.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 15:07:46 +0000 (08:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 15:07:46 +0000 (08:07 -0700)
commita244a3dff4f390cbacd65fcda1c3dbad9de9e9b0
treefe64de343dc7d642ad4278f44ed32e28a753285c
parentf0b07cfc162235fde8c21fc0f5e610c6e9170659
Port recent dbusbind.c changes to 32-bit --with-wide-int.

* dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
Remove unportable assumptions about print widths of types like
dbus_uint32_t.
(xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
intptr_t when converting between pointer and integer, to avoid GCC
warnings about wrong width.
src/ChangeLog
src/dbusbind.c